com.epiphan.vga2usb
Class AccessDeniedException

Object
  extended byThrowable
      extended byException
          extended byIOException
              extended bycom.epiphan.vga2usb.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends IOException

Exception thrown if network grabber is protected with a vewer password.

Since:
3.26.1.26
See Also:
Serialized Form

Constructor Summary
AccessDeniedException()
          Constructs an AccessDeniedException with null as its error detail message.
AccessDeniedException(String s)
          Constructs an AccessDeniedException with the specified detail message.
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()
Constructs an AccessDeniedException with null as its error detail message.


AccessDeniedException

public AccessDeniedException(String s)
Constructs an AccessDeniedException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2008-2012 Epiphan Systems Inc. All rights reserved.